EmailThresholdWorker_HiltModule

@Generated(value = "androidx.hilt.AndroidXHiltProcessor")
@Module
interface EmailThresholdWorker_HiltModule

Functions

Link copied to clipboard
@Binds
@IntoMap
@StringKey(value = "com.fam007e.receipts.worker.EmailThresholdWorker")
abstract fun bind(factory: EmailThresholdWorker_AssistedFactory): WorkerAssistedFactory<out ListenableWorker>